|
EPD Extension Kit for MSP430 LaunchPad
|
The waveform driving processes and updating stages of G1 COG with V110 EPD. More...
#include "EPD_COG_process.h"Functions | |
| void | EPD_init (void) |
| Initialize the EPD hardware setting. | |
| void | COG_driver_EPDtype_select (uint8_t EPD_type_index) |
| Select the EPD size to get line data array for driving COG. More... | |
| void | EPD_power_on (void) |
| Power on COG Driver. More... | |
| uint8_t | EPD_initialize_driver (uint8_t EPD_type_index) |
| Initialize COG Driver. More... | |
| void | EPD_display_from_array_prt (uint8_t EPD_type_index, uint8_t *previous_image_ptr, uint8_t *new_image_ptr) |
| Write image data from memory array to the EPD. More... | |
| void | EPD_display_from_flash_prt (uint8_t EPD_type_index, long previous_image_flash_address, long new_image_flash_address, EPD_read_flash_handler On_EPD_read_flash) |
| Write image data from Flash memory to the EPD. More... | |
| uint8_t | EPD_power_off (uint8_t EPD_type_index) |
| Power Off COG Driver. More... | |
Variables | |
| struct COG_parameters_t | COG_parameters [COUNT_OF_EPD_TYPE] |
| The COG parameters of different EPD size. | |
| const uint16_t | temperature_table [3][8] |
| const uint8_t | SCAN_TABLE [4] = {0xC0,0x30,0x0C,0x03} |
The waveform driving processes and updating stages of G1 COG with V110 EPD.
Copyright (c) 2012-2013 Pervasive Displays Inc. All rights reserved.
Authors: Pervasive Displays Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
| void COG_driver_EPDtype_select | ( | uint8_t | EPD_type_index | ) |
Select the EPD size to get line data array for driving COG.
| EPD_type_index | The defined EPD size |
| void EPD_display_from_array_prt | ( | uint8_t | EPD_type_index, |
| uint8_t * | previous_image_ptr, | ||
| uint8_t * | new_image_ptr | ||
| ) |
Write image data from memory array to the EPD.
| EPD_type_index | The defined EPD size |
| previous_image_ptr | The pointer of memory that stores previous image |
| new_image_ptr | The pointer of memory that stores new image |
| void EPD_display_from_flash_prt | ( | uint8_t | EPD_type_index, |
| long | previous_image_flash_address, | ||
| long | new_image_flash_address, | ||
| EPD_read_flash_handler | On_EPD_read_flash | ||
| ) |
Write image data from Flash memory to the EPD.
| EPD_type_index | The defined EPD size |
| previous_image_flash_address | The previous image address of flash memory |
| new_image_flash_address | The new image address of flash memory |
| On_EPD_read_flash | Developer needs to create an external function to read flash |
| uint8_t EPD_initialize_driver | ( | uint8_t | EPD_type_index | ) |
Initialize COG Driver.
| EPD_type_index | The defined EPD size |
| uint8_t EPD_power_off | ( | uint8_t | EPD_type_index | ) |
Power Off COG Driver.
| EPD_type_index | The defined EPD size |
| void EPD_power_on | ( | void | ) |
Power on COG Driver.
| const uint16_t temperature_table[3][8] |
1.8.3.1